home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / DTS Japan-Sample Code / QuickTime•MacApp2.0•6.0.7 / DemoText.MAMake next >
Encoding:
Text File  |  1992-02-05  |  534 b   |  17 lines  |  [TEXT/MPS ]

  1. # Copyright © 1989-90 Apple Computer. All rights reserved.
  2.  
  3.  
  4. #---------------------------------------------------------------------------------------------------
  5. #    List here the Application's Name
  6. AppName = DemoText
  7.  
  8.  
  9. #---------------------------------------------------------------------------------------------------
  10. #    List resource files that the Rez file includes if you want to include
  11. #    more or less than the standard set
  12. OtherRsrcFiles =   ∂
  13.         "{MAObj}Printing.rsrc"  ∂
  14.         "{SrcApp}Views.rsrc" ∂
  15.         "{SrcApp}Resources.rsrc"
  16.                 
  17.